-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to Ubuntu 24.04 #94
base: develop
Are you sure you want to change the base?
Conversation
Is |
Ah true. I already tried the opposite, but of course Works like this. |
Disk space usage of this port: We loose quite some space as Also some python venvs eat some space e.g. in the dune build. Using kde-plasma-desktop instead of xubuntu requires 19GB of disk space, which is a pretty substantial overhead. |
@@ -1,4 +1,6 @@ | |||
#!/usr/bin/env bash | |||
set -ex | |||
|
|||
pip install --user micro-manager-precice | |||
# Install the micro-manager (stand-alone application) from PyPI | |||
pipx install micro-manager-precice |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The micro-manager two-scale tutorial is compatible with pix installations since precice/tutorials#533
Summary of the changes:
bento/ubuntu-24.04
~/python-venvs
directory, since we can no longer use system- or user-wide installations with PIP.The current state is building successfully.
What is currently missing:
*x
packages fornoble
. @IshaanDesai @BenjaminRodenberg do you have any insight on this?Replaces and closes #45.
@fsimonis FYI